Skip to content

Conversation

bluss
Copy link
Contributor

@bluss bluss commented Apr 3, 2017

  • Connect the plumbing in an obvious way from Rev's find → underlying rfind and vice versa
  • A style change in the provided implementation for Iterator::rfind, using simple next_back when it is enough

bluss added 2 commits April 3, 2017 02:03
- Prefer simpler constructs instead of going through &mut I's Iterator
  implementation.
@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Collaborator

bors commented Apr 3, 2017

📌 Commit 74f8ea2 has been approved by alexcrichton

arielb1 pushed a commit to arielb1/rust that referenced this pull request Apr 5, 2017
Let .rev()'s find use the underlying rfind and vice versa

- Connect the plumbing in an obvious way from Rev's find → underlying rfind and vice versa
- A style change in the provided implementation for Iterator::rfind, using simple next_back when it is enough
bors added a commit that referenced this pull request Apr 6, 2017
Rollup of 12 pull requests

- Successful merges: #40479, #40561, #40709, #40815, #40909, #40927, #40943, #41015, #41028, #41052, #41054, #41065
- Failed merges:
@bors bors merged commit 74f8ea2 into rust-lang:master Apr 6, 2017
@bluss bluss deleted the rev-rfind branch April 6, 2017 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants